home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TEVENTREMINDER / TEVENTREMINDER.txt
Text File  |  2004-10-12  |  2KB  |  108 lines

  1. object EventReminder: TEventReminder
  2.   Left = 327
  3.   Top = 310
  4.   Width = 540
  5.   Height = 341
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   BorderWidth = 8
  8.   Caption = 'Reminder'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnHide = FormHide
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lbInfo: TLabel
  25.     Left = 0
  26.     Top = 242
  27.     Width = 516
  28.     Height = 49
  29.     Align = alBottom
  30.     AutoSize = False
  31.     Caption = 'This event is going to start at'
  32.     Layout = tlCenter
  33.     WordWrap = True
  34.   end
  35.   object Panel2: TPanel
  36.     Left = 360
  37.     Top = 0
  38.     Width = 156
  39.     Height = 242
  40.     Align = alRight
  41.     BevelOuter = bvNone
  42.     TabOrder = 0
  43.     object cbTime: TComboBox
  44.       Left = 15
  45.       Top = 110
  46.       Width = 137
  47.       Height = 21
  48.       ItemHeight = 13
  49.       ItemIndex = 0
  50.       TabOrder = 0
  51.       Text = '5 min'
  52.       OnEnter = cbTimeEnter
  53.       OnExit = cbTimeExit
  54.       Items.Strings = (
  55.         '5 min'
  56.         '10 min'
  57.         '15 min'
  58.         '30 min'
  59.         '1 hour'
  60.         '2 hours'
  61.         '3 hours'
  62.         '6 hours'
  63.         '1 day'
  64.         '2 days'
  65.         '5 days')
  66.     end
  67.     object bLater: TButton
  68.       Left = 15
  69.       Top = 78
  70.       Width = 137
  71.       Height = 25
  72.       Cancel = True
  73.       Caption = '&Remind later'
  74.       ModalResult = 6
  75.       TabOrder = 1
  76.       OnClick = bLaterClick
  77.     end
  78.     object bOpen: TButton
  79.       Left = 15
  80.       Top = 40
  81.       Width = 137
  82.       Height = 25
  83.       Caption = 'Open'
  84.       TabOrder = 2
  85.       OnClick = bOpenClick
  86.     end
  87.     object bOK: TButton
  88.       Left = 15
  89.       Top = 0
  90.       Width = 137
  91.       Height = 25
  92.       Caption = '&OK'
  93.       Default = True
  94.       ModalResult = 1
  95.       TabOrder = 3
  96.       OnClick = bOKClick
  97.     end
  98.   end
  99.   object eMemo: TMemo
  100.     Left = 0
  101.     Top = 0
  102.     Width = 360
  103.     Height = 242
  104.     Align = alClient
  105.     TabOrder = 1
  106.   end
  107. end
  108.